home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk1 / contents < prev    next >
Text File  |  1995-03-18  |  3KB  |  59 lines

  1. Contents ScopeDisk1
  2.  
  3. AddIcon1.0 - This is a little utility program which will 'create' (actually
  4.     'clone') icons for files which do not already have one.  The icons
  5.     which are used as the templates are stored in a directory which MUST
  6.     be named AddIcon_Icons.  These icons may be changed, replaced, or
  7.     deleted at will.  The default tool and the tooltypes stored in the
  8.     .info file will be carried over to the new icon.
  9.  
  10. B.A.D - This is a demo and does not do all the regular prog does. BAD
  11.     cleans up the a disk and then writes it to a new disk. Icons an all
  12.     appear a lot quicker. Also lessens the graunching noises drives can
  13.     make
  14.  
  15. CommTut - a long and detailed tutorial on comms.
  16.  
  17. Rainbow - various tunes with various instruments. Plays with DMCS.
  18.  
  19. FlipText1.2 - a print formatting prog for an Epson printer. Prints in
  20.     groups of 48 or 60 lines of 255 characters sideways on the printer.
  21.     Various options.
  22.  
  23. DNet - An Alpha release of a Unix utility mainly for getting Amigas to
  24.     talk to each other over phone lines.
  25.  
  26. Files - a file cataloging utility by Matt Dillon.
  27.  
  28. FreeRam - lists to stdo where exactly all free ram lives with addresses.
  29.  
  30. GetOpt - another progamming utility. The function getopt() returns the
  31.     next option letter in argv that matches a letter in optstring.
  32.     Optstring is a string of valid option letters; if an option letter
  33.     is followed by a colon (:), that option is expected to have an argument
  34.     that may or may not be separated from it by white space.  Optarg is set
  35.     to point to the start of the option's argument on return from getopt();
  36.  
  37. Kurta - more C source this time with intuition etc.
  38.  
  39. Resident - little utility that prints out all names  of devices, libraries
  40.     etc that are resident.
  41.  
  42. Semaphores - The Autodocs on message & signal semaphores seem to be a
  43.     little bit lacking. These notes might clarify the use of them just a
  44.     bit.
  45.  
  46. BtoA - is a filter that reads anything from the standard input, and
  47.     encodes it into printable ASCII on the standard output.  It also
  48.     attaches a header and checksum information used by the reverse filter
  49.     _a_t_o_b to find the start of the data and to check integrity.
  50.  
  51. Cd - is a replacememnt for AmigaDos cd but this time adds a note to the
  52.     menu bar saying what the current path is.
  53.  
  54. Colour_Twiddler - First, you can experiment with different colour
  55.     combinations by actually specifying numeric parameters for Red, Green,
  56.     and Blue. You can also do the same with numerous programs which use
  57.     "slider gadgets", but I include the capability for completeness. Note
  58.     there's also a slider-gadget option in this program which you can
  59.     enable at compile time.